home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / binutils.7 / binutils / binutils-2.7 / gas / testsuite / gasp / mri / embed.out < prev    next >
Encoding:
Text File  |  1996-07-04  |  102 b   |  9 lines

  1. ;embed    macro    label
  2. ;addr&&label    dc.l    label
  3. ;    endm
  4. ;
  5.  
  6. ;    embed    foo
  7. ;addrfoo    dc.l    foo
  8. addrfoo:    dc.l    foo
  9. ;